.z-main{
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	padding-bottom: 100px;
	padding-top:20px;
}
.column-banner{
	background: url(../images/zlbsbanner.jpg) no-repeat center center;
	margin-bottom:0px;
}
.z-title{
	width: 1200px;
	height: 50px;
	background: #e6e6e6;
	margin:auto;
}
.z-title p{
height: 100%;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    background: #BB0509;
    font-size: 24px;
    font-family: "楷体";
}
.z-form{
	width: 1200px;
	margin: auto;
	font-size: 16px;
}
.z-form p{
	height: 50px;
	line-height: 50px;
	color: #333;
}
.z-form p span{
	color: #C20007;
}
.z-form form{
	width: 100%;
	background: #FFFFFF;
	
}
form span.info-tit{
	font-size: 18px;
	color: #333333;
	display: inline-block;
	width: 120px;
	text-align: right;
	margin-left: 20px;
	vertical-align: middle;
}
form span i{
	color: #C20007;
	font-style: normal;
	padding-left: 10px;
}
form input{
	width:435px;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 18px;
	text-indent:8px;
}
form .headline{
	width:1035px;
}
form textarea{padding:5px;
	width: 918px;
	height: 290px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	margin-left: 160px;
	font-size: 18px;resize: none;
}
.detaildiv{margin-top:20px;
	position: relative;
}
.detailspan{
	position: absolute;
	top: 30px;
	left: 0;
}
form .gain,form .uploading,form .delete{
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}
form .accessory{
	width: 928px;
	font-size: 16px;
}
form .uploadingtwo{
	background: #C20007;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 160px;
}

form .submit{
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	color: #FFFFFF;
	background: #C20007;
	float:right;
}
              	